mm-view.el (mm-display-inline-fontify): Add comment.
authorKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 28 Dec 2011 02:40:35 +0000 (02:40 +0000)
committerKatsumi Yamaoka <yamaoka@jpl.org>
Wed, 28 Dec 2011 02:40:35 +0000 (02:40 +0000)
lisp/gnus/ChangeLog
lisp/gnus/mm-view.el

index fa7e98bf86d1a9f3517cd3fa2311ea5b6d187581..cb8990ced9002641781ca9a395926ba5eb43606e 100644 (file)
@@ -1,6 +1,11 @@
+2011-12-28  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * mm-view.el (mm-display-inline-fontify): Add comment.
+
 2011-12-15  Juri Linkov  <juri@jurta.org>
 
-       * mm-decode.el (mm-inline-media-tests): Add missing `mm-handle-media-subtype'.
+       * mm-decode.el (mm-inline-media-tests): Add missing
+       `mm-handle-media-subtype'.
 
 2011-12-09  Tassilo Horn  <tassilo@member.fsf.org>
 
index 854ca3497dafa86ec892e7c33d090355c73825d1..f14b47e86e497d09e082dd88eb41bce44d6bccbf 100644 (file)
@@ -602,6 +602,7 @@ If MODE is not set, try to find mode automatically."
       ;; I find font-lock a bit too verbose.
       (let ((font-lock-verbose nil))
        ;; Disable support modes, e.g., jit-lock, lazy-lock, etc.
+       ;; Note: XEmacs people use `font-lock-mode-hook' to run those modes.
        (set (make-local-variable 'font-lock-mode-hook) nil)
        (set (make-local-variable 'font-lock-support-mode) nil)
         (setq buffer-file-name (mm-handle-filename handle))